/**!
 * 新疆举报网
 * author: hcong;
 * date:2018-10-12
 */


body{
	font-family: "Microsoft Yahei";
	background: url('../images/bgbox.gif') left top repeat-x;
}

.ewb-main{
	background: url('../images/bgsmall.gif') left top repeat-x #EBF2D1;
	border: 1px solid #a5a5a5;
}

.ewb-header img{
	vertical-align: top;
	width: 100%;
}

.tabview-hd{
	height: 48px;
	line-height: 48px;
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
	background: url('../images/menu.jpg') center top no-repeat;
	background-size: 100% 100%;
	padding-left: 50px;
}

.tabview-hd li,
.tabview-hd span{
	float: left;
}

.tabview-hd li{
	cursor: pointer;
}

.tabview-hd li:hover{
	color: #F7D30A;
}

.tabview-hd span{
	font-size: 12px;
	padding: 0 5px;
}

.ewb-tab-bd{
	border-bottom: 1px solid #a5a5a5;
}

.tab-panel{
	height: 390px;
	padding: 10px 50px 0 50px;
}

.tab-panel p{
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 10px;
}

.ewb-btn{
	margin-top: 20px;
	text-align: right;
}

.ewb-btn a{
	display: inline-block;
	margin-right: 140px;
}

.ewb-footer{
	height: 160px;
}

.ewb-sel{
	padding-top: 30px;
	text-align: right;
	padding-right: 80px;
}

.ewb-sel span{
	color: #FF0000;
	font-size: 14px;
	margin-right: 20px;
}

.ewb-sel select{
	width: 280px;
}

.ewb-foot-copy{
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}

.ewb-foot-copy a{
	color: #333;
}

@media(max-width: 767px){
	.tabview-hd{
		font-size: 14px;
		padding-left: 10px;
	}

	.tab-panel{
		height: auto;
		padding: 10px;
	}

	.ewb-btn{
		text-align: center;
	}

	.ewb-btn a{
		margin-right: 0;
	}

	.ewb-sel{
		padding-top: 10px;
		padding-right: 0;
		text-align: center;
	}

	.ewb-sel select{
		width: 200px;
	}
	
	.ewb-foot-copy{
		margin-top: 10px;
		padding-bottom: 10px;
	}

	.ewb-footer{
		height: auto;
	}
}